home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / PublicDomain / Anwendungen / AmigaEYE_V39.7 / ScreenNotifly.lha / ScreenNotify / include / pragmas / screennotify_pragmas.h
C/C++ Source or Header  |  1995-03-26  |  439b  |  12 lines

  1. #ifndef ScreenNotifyBase_PRAGMA_H
  2. #define ScreenNotifyBase_PRAGMA_H
  3.  
  4. #pragma libcall ScreenNotifyBase AddCloseScreenClient 1e 09803
  5. #pragma libcall ScreenNotifyBase RemCloseScreenClient 24 801
  6. #pragma libcall ScreenNotifyBase AddPubScreenClient 2a 0802
  7. #pragma libcall ScreenNotifyBase RemPubScreenClient 30 801
  8. #pragma libcall ScreenNotifyBase AddWorkbenchClient 36 0802
  9. #pragma libcall ScreenNotifyBase RemWorkbenchClient 3c 801
  10.  
  11. #endif
  12.